crypto/internal/fips140/rsa.PrivateKey.dP (field)
10 uses
crypto/internal/fips140/rsa (current package)
cast.go#L173: d: d, p: p, q: q, qInv: qInv, dP: dP, dQ: dQ,
rsa.go#L36: dP []byte // d mod (p - 1)
rsa.go#L102: dP: dP, dQ: dQ, qInv: qInv,
rsa.go#L139: dP: dP, dQ: dQ, qInv: qInvNat,
rsa.go#L179: if priv.dP == nil {
rsa.go#L184: dP = bytes.Clone(priv.dP)
rsa.go#L201: if priv.dP == nil {
rsa.go#L241: dP, err := bigmod.NewNat().SetBytes(priv.dP, pMinus1)
rsa.go#L419: if priv.dP == nil {
rsa.go#L428: m = bigmod.NewNat().Exp(t0.Mod(c, P), priv.dP, P)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |